home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-2.iso / Files II / Multimedia / A-P / Net Game.sit / Net Game folder / Net Game / SR114M.DXR / 00331_pad_pagebrancher.ls < prev    next >
Encoding:
Text File  |  1994-10-24  |  149 b   |  9 lines

  1. on pad_pagebrancher
  2.   global pad_current_page, pad_active
  3.   if pad_current_page = 0 then
  4.     go("pad")
  5.   else
  6.     go(label(pad_active))
  7.   end if
  8. end
  9.